Skip to content

Add agentic-workflows and LSP wizard extras - #169

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-extras-tools
Aug 27, 2026
Merged

Add agentic-workflows and LSP wizard extras#169
pelikhan merged 2 commits into
mainfrom
copilot/update-extras-tools

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Adds optional capabilities for generated workflows to inspect/optimize agentic workflows and use TypeScript language services.

  • Wizard options

    • Add workflow analysis and language-service extras with summaries and icons.
  • Generated workflow configuration

    • Emit tools.agentic-workflows: true.
    • Emit TypeScript LSP configuration and required Node network access.
tools:
  agentic-workflows: true

lsp:
  typescript:
    command: typescript-language-server
    args: ["--stdio"]
  • Coverage
    • Extend generation, summary, and accessibility tests for both extras.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Add agentic workflow and LSP extras Add agentic-workflows and LSP wizard extras Aug 27, 2026
Copilot AI requested a review from pelikhan August 27, 2026 17:06
Comment thread src/wizard.json
"summary": "agentic workflow analysis"
},
{
"id": "lsp",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot the LSP prompt should tell the agent to detect the programming languages used in the repo and targeted by the agentic workflow and add the steps to install the LSP tooling.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented in c2ad21a. The generated LSP requirement now directs the agent to detect repository/workflow languages, configure matching language servers, and add installation steps.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 17:33
Copilot AI requested a review from pelikhan August 27, 2026 17:33
@pelikhan
pelikhan merged commit e3f60fd into main Aug 27, 2026
8 checks passed
@pelikhan
pelikhan deleted the copilot/update-extras-tools branch August 27, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants